-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Com things add pandwarf support #132
base: master
Are you sure you want to change the base?
Conversation
Docker: Now copy files from folder instead of cloning repo
…auto detect device when doing rfcat -r
SDCC >= 3.8.0 appears to have a bug which causes incorrect compilation of the "ep5.OUTlen += len;" line in chipcon_usb.c, corrupting the value of ep5.OUTlen. To work around the problem, we can mark the OUTlen field as volatile to prevent optimizations from being applied to it.
firmware bootloader is fast again! thank you @argilo
…ing "pip install rfcat[specan]
Does the PR replace PR119 ? |
that's the idea, if i would actually finish this. what a year this has been. |
ok let me know if you need some PandwaRF HW to validate the PR. |
yes please :) |
your email in public Github profile is valid ? If yes, check for my email. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a few things
import time, requests | ||
|
||
if __name__ == "__main__": | ||
d = PandwaRF() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this required? or will RfCat() work as well?
one thing i don't want is for RfCat to be arbitrarily fractured.
import time, requests | ||
|
||
if __name__ == "__main__": | ||
d = PandwaRF() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same question?
@trollwookiee , so i'm reviewing this, and working to make it a reality. how far behind PandwaRF's primary RfCat repo are we? |
creating PR locally to fix issues so i can merge.